home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 009 / brownbag.unp < prev    next >
Text File  |  1986-03-17  |  3KB  |  69 lines

  1.  
  2.           UNPROTECT BROWN BAG WORD PROCESSOR  Version 2.55
  3.  
  4.  
  5. The following unprotection scheme is for the diskette that was distributed with
  6. the April 15, 1986, issue of "PC".  At the time of this writing, the code is
  7. known to start, but it is unknown if there is a secret gotcha.
  8.  
  9. Anyway do the following:
  10.  
  11.  1. Insert original into drive A:
  12.  2. Insert a formatted diskette into drive A:
  13.  3. Enter: COPY A:*.* B:
  14.  4. Remove diskette from drive A: and put it away.
  15.  5. Enter: B:  (Change to drive B:)
  16.  6. Enter: REN ED.EXE ED.XXX
  17.  7. Enter: DEBUG ED.XXX
  18.  8. Enter: U E7BC
  19.  9. You should see the following:
  20.     xxxx:E7BC CD13          INT  13
  21.     xxxx:E7BE 7249          JB   E809
  22.     xxxx:E7C0 8A87FF01      MOV  AL,[BX+01FF]
  23.     (more lines follow)
  24. 10. If you don't see the above three lines, forget it.
  25. 11. Enter: E E7BC EB A1
  26. 12. Enter: U E7BC
  27. 13. You should now see the following line:
  28.     xxxx:E7BC EBA1          JMP  E75F
  29. 14. Enter: U 2B9D
  30. 15. You should see the following lines:
  31.     xxxx:2B9D 9A0000470C    CALL 0C47:0000
  32.     xxxx:2BA2 9AFE8E2C03    CALL 032C:8EFE
  33.     xxxx:2BA7 C7061AEF0000  MOV  WORD PTR [EF1A],0000
  34. 16. If you don't see the above three lines, something is really wrong,
  35.     since you got the first change.  I would give up again.
  36. 17. Enter: E 2B9D EB 03
  37. 18. Enter: U 2B9D
  38. 19. You should now see the first line changed to:
  39.     xxxx:2B9D EB03          JMP  2BA2
  40.     xxxx:2B9F 00470C        ADD  [BX+0C],AL
  41. 20. Enter: W
  42. 21. Enter: Q
  43. 22. Enter: REN ED.XXX ED.EXE
  44.  
  45.  
  46. The first code change removes the copy protection checking routine and the
  47. second change removes the number of tries checking.  These changes can be
  48. done, even after the three tries has been used up.
  49.  
  50. That is it.  The program is now ready to use.  You can install it on the hard
  51. disk by just copying the files from the floppy to the hard disk.  Don't use
  52. the programs included.
  53.  
  54. As a side note, you can not print the manuals using the PR command.  You must
  55. print them using something else, as imbedded printer controller commands are
  56. in the file and PR tries to do them, failing.
  57.  
  58. As another little tidbit of information, you can get more than three tries
  59. if you had made a copy of the original diskette BEFORE using any of your tries.
  60. The file AFILEONE.TXT contains the number of tries.  You keep a copy of that
  61. around and when you use it three times, you copy the backup copy to
  62. AFILEONE.TXT and you end up with three more tries.  The AFILEONE.TXT is not
  63. needed and can be removed from the hard disk, if you did the above stuff.
  64.  
  65. 3/14/86
  66.  
  67.  
  68. ore tries.  The AFILEONE.TXT is not
  69. needed and can be removed from the hard disk, if you